home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
maxime.dxr
/
00147.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
266 b
|
17 lines
on exitFrame
global Gframe, Gmovie, Gflag
unLoadCast()
if Gflag = 1 then
go(1, "credits")
end if
if Gflag = 2 then
go(1, "intro")
end if
if Gflag = 3 then
go("init", "intro")
end if
if Gflag = 4 then
go(Gframe, Gmovie)
end if
end